home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / netuli.zip / NETULIST.DOC < prev    next >
Text File  |  1993-01-13  |  2KB  |  55 lines

  1.  
  2.    01/13/93 - Richmond, Virginia
  3.  
  4.    These is one of the LANtastic (R) utilities which we use at our
  5.    network site.
  6.  
  7.    If you have any comments or questions, I can be reached through
  8.    CompuServe ID# 70744,2273.
  9.  
  10.  
  11.                                               Brian Sumner
  12.  
  13.  
  14.    ====================================================================
  15.  
  16.    NETULIST.COM
  17.  
  18.    DESCRIPTION: Prints a list of all active or inactive network server users.
  19.                 This program searches for the control directory \LANTASTI.NET
  20.                 on the drive upon which it is working.  If it does not find a
  21.                 control directory using the standard LANtastic naming convention,
  22.                 it will abort.  This list is exactly as it appears to the
  23.                 server, so it is unsorted.  Maybe I'll get around to putting in
  24.                 a sort in the next release.
  25.  
  26.    USAGE:       NETULIST <Logical Drive> <return>
  27.  
  28.                 or
  29.  
  30.                 NETULIST <Logical Drive> </D (optional)> <return>
  31.  
  32.    EXAMPLE:     NETULIST M:
  33.  
  34.                 or
  35.  
  36.                 NETULIST M: /D
  37.  
  38.    PARAMETERS:  1. Logical drive redirected to root directory of server.
  39.                 2. '/D' suppresses user description and truncates the
  40.                    username display to eight characters.  This can be 
  41.                    useful if building a batch file for network maintenance.
  42.                    (optional)
  43.  
  44.    DISPLAYS:    SMITH      Smith, John
  45.                 HARRIS     Harris, Wayne
  46.                 .          .
  47.                 .          .
  48.                 .          .
  49.  
  50.    RETURNS      0 if successful in printing the user list.
  51.                 1 if unsuccessful in printing the user list.
  52.  
  53.    ====================================================================
  54.  
  55.